home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000391_fdc@columbia.edu_Thu Nov 6 15:51:11 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Login Script Question
  5. Date: 6 Nov 2003 20:40:11 GMT
  6. Organization: Columbia University
  7. Lines: 33
  8. Message-ID: <slrnbqlcdb.ooo.fdc@sesame.cc.columbia.edu>
  9. References: <f0bb0f39.0311060633.58b7ce31@posting.google.com> <slrnbqko66.9j.fdc@sesame.cc.columbia.edu> <f0bb0f39.0311061106.3c6436c@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1068151211 2974 128.59.59.56 (6 Nov 2003 20:40:11 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 6 Nov 2003 20:40:11 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14646
  17.  
  18. In article <f0bb0f39.0311061106.3c6436c@posting.google.com>,
  19. newexpectuser wrote:
  20. : I'm confused on the dialer. I have a command screen and when I press
  21. : Alt-X I have a terminal screen.
  22. : I got the lineout command to work, but I want to transfer a file now
  23. : and there is no "mget or get" command working in the terminal screen.
  24. : Also, if I do get the file transfered, does it transfer to the
  25. : directory specified on the command screen ?
  26. :
  27. Normally people don't mix scripts and the Dialer, but that doesn't mean
  28. it isn't possible.
  29.  
  30. Note that all the Dialer does is write a script and then tells K95 to
  31. execute it.  If you want to see the script, you can use the File menu to
  32. "Generate Entry Script".  Usually the Dialer just brings you up to the
  33. point of successful connection.  Under certain circumstances, it can also
  34. log you in.  This happens when the connection method (such as Telnet or
  35. SSH) includes a way to do this, or if you execute a login script chosen
  36. on the Login page.
  37.  
  38. Once you are logged in, you can have your "login script" execute any 
  39. commands you want, whatever you would do by hand and eye.  For instructions
  40. about how to write scripts, you'll need to consult the documentation:
  41.  
  42.   http://www.columbia.edu/kermit/k95faq.html#docs
  43.  
  44. and the script writing tutorial and library:
  45.  
  46.   http://www.columbia.edu/kermit/ckscripts.html
  47.  
  48. - Frank
  49.